home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2004 April / VPR0404.ISO / PCTUNE / MBM5351 / mbm5351.exe / {app} / Dll / Settings.dll / 0 / RCDATA / TDELETEFORM / TDELETEFORM.txt < prev   
Text File  |  2003-10-24  |  2KB  |  84 lines

  1. object DeleteForm: TDeleteForm
  2.   Left = 334
  3.   Top = 272
  4.   BorderStyle = bsNone
  5.   Caption = 'DeleteForm'
  6.   ClientHeight = 112
  7.   ClientWidth = 339
  8.   Color = clWhite
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -12
  12.   Font.Name = 'Arial'
  13.   Font.Style = [fsBold]
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 15
  19.   object Image1: TImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 320
  23.     Height = 112
  24.     Align = alClient
  25.     Picture.Data = {<image000.bmp>}
  26.   end
  27.   object SpeedButton1: TSpeedButton
  28.     Tag = 1
  29.     Left = 40
  30.     Top = 80
  31.     Width = 89
  32.     Height = 25
  33.     Caption = 'Yes'
  34.     Flat = True
  35.     Font.Charset = ANSI_CHARSET
  36.     Font.Color = clBlack
  37.     Font.Height = -12
  38.     Font.Name = 'Arial'
  39.     Font.Style = [fsBold]
  40.     Layout = blGlyphBottom
  41.     ParentFont = False
  42.     OnClick = SpeedButton1Click
  43.   end
  44.   object SpeedButton2: TSpeedButton
  45.     Tag = 2
  46.     Left = 200
  47.     Top = 80
  48.     Width = 89
  49.     Height = 25
  50.     Caption = 'No'
  51.     Flat = True
  52.     Font.Charset = ANSI_CHARSET
  53.     Font.Color = clBlack
  54.     Font.Height = -12
  55.     Font.Name = 'Arial'
  56.     Font.Style = [fsBold]
  57.     Layout = blGlyphBottom
  58.     ParentFont = False
  59.     OnClick = SpeedButton2Click
  60.   end
  61.   object Label1: TLabel
  62.     Tag = 4
  63.     Left = 40
  64.     Top = 16
  65.     Width = 257
  66.     Height = 57
  67.     AutoSize = False
  68.     Caption = 'Label1'
  69.     Transparent = True
  70.     WordWrap = True
  71.   end
  72.   object Image2: TImage
  73.     Left = 320
  74.     Top = 0
  75.     Width = 19
  76.     Height = 112
  77.     Align = alRight
  78.     AutoSize = True
  79.     Picture.Data = {<image001.bmp>}
  80.     OnMouseDown = DragBarMouseDown
  81.     OnMouseMove = DragBarMouseMove
  82.   end
  83. end
  84.